A 'bad sort' refers to an inefficient or poorly performing sorting algorithm, often with high time complexity (such as O(n^2) or worse), or an implementation that does not correctly or optimally sort data. The term can also be used informally to describe any sorting method that is not suitable for the task at hand.